世新大學八十八學年度第二部轉學招生考試

系所別

考試科目

資訊管理學系

電子計算機概論

 

    考生請在答案卷上作答

 

1. 在電腦上何謂Y2K問題? 您的解決之道。

2. 是描述記憶單元的階層關係?

3. 請解釋何謂client-server的網路架構?

4. 何謂CGI (Common Gateway Interface) 請描述在CGI中,GETPOST這兩種方法的差別?

5. 請解釋IPDomain Name之間的關係?

6. 解釋下列和C language有關的名詞,請勿只有中文翻譯:

   complier, linker, source code file, object coed file, executable file, syntax error, semantic error, EOF, actual argument and formal argument.

7. do while loop寫一個九九乘法表。

8. 請將下例數字換算成二進位、八進位及十六進位數字:

   329010

123.57610

9. 請將下例數字換算成十進位數字:

10.001012

4.5678

A0.BC8916

10. Have a program request the user enter an uppercase letter. Use nested loops to produce a pyramid pattern like this:


The pattern should extend to the character entered. For instance, the preceding pattern would result from an input value of E. Hint: Use an outer loop to handle the rows. Use three inner loops in a row, one to handle the spaces, one for printing letters in ascending order, and for printing letters in descending order.